From 5984fa007333e6c70db2491e0fae1059d493ce54 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 6 Jan 2011 07:44:19 -0500 Subject: [PATCH] Fix introspection annotation syntax --- gtk/gtkcelllayout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcelllayout.c b/gtk/gtkcelllayout.c index 7c589f2108..49b2ec4d46 100644 --- a/gtk/gtkcelllayout.c +++ b/gtk/gtkcelllayout.c @@ -322,7 +322,7 @@ gtk_cell_layout_add_attribute (GtkCellLayout *cell_layout, * gtk_cell_layout_set_cell_data_func: * @cell_layout: a #GtkCellLayout * @cell: a #GtkCellRenderer - * @func (allow-none: the #GtkCellLayoutDataFunc to use, or %NULL + * @func: (allow-none): the #GtkCellLayoutDataFunc to use, or %NULL * @func_data: user data for @func * @destroy: destroy notify for @func_data * -- 2.30.2